<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text_is{visibility: inherit !important;}
/*å®šä¹‰æ»šåŠ¨æ¡æ&nbsp;·å¼ï¼ˆé«˜å®½åŠèƒŒæ™¯ï¼‰*/
::-webkit-scrollbar {
    width: 6px; /* æ»šåŠ¨æ¡å®½åº¦ï¼Œ widthï¼šå¯¹åº”ç«–æ»šåŠ¨æ¡çš„å®½åº¦ heightï¼šå¯¹åº”æ¨ªæ»šåŠ¨æ¡çš„é«˜åº¦*/
    background: #FFF;
}
/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ï¼ˆå‡¹æ§½ï¼‰æ&nbsp;·å¼*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #FFF; /* è¾ƒå°‘ä½¿ç”¨ */
    border-radius: 3px;
}
/*å®šä¹‰æ»‘å— æ&nbsp;·å¼*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 100px; /* æ»šåŠ¨æ¡æ»‘å—é•¿åº¦ */
    background-color: rgb(0,0,0,.5);
}
textarea{resize: none;}
.consult{cursor: pointer;}
html{overflow-x:hidden; overflow-y:auto;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'å¾®è½¯é›…é»‘';
}
html, body,.container,.cbp-fbscroller,.cbp-fbscroller section { 
    height: 100%; 
}
.container{
    min-width: 1280px;
}
.swiper-button-next,.swiper-button-prev{
    outline: none;
}
a{
    text-decoration: none;
}
.btn{
    position: relative;
}
.ufixed{
    position: fixed !important;
    top: 0;
    /* z-index: 5; */
}
.container{
    /* width: 77%; */
    /* max-width: 1500px; */
    width: 1500px;
    margin: 0 auto;
}

.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    zoom: 1;
}
.contents{
    min-width: 1280px;
}
/* .main{
    position: relative;
}
.contact_main{
    width: 100%;
    position: absolute;
    top: 900px;
} */
</pre></body></html>